OC 中 self 與 super 總結 一段代碼引發的思考: @implementation Son : Father - (id)init { self = [super init]; if (self ...